Fix syntax for find.
authorAndreas Schwab <schwab@suse.de>
Tue, 10 Dec 2002 16:53:12 +0000 (16:53 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 10 Dec 2002 16:53:12 +0000 (16:53 +0000)
mac/make-package

index 81ea44915fb11d4ebb161e324847315189ea3adb..df781c0f49959bc917f9f6ccb8c3d346872cd27a 100755 (executable)
@@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then
   ## Copy Emacs application
   cp -r Emacs.app ${tempappdir}
   ## Delete any CVS files
-  find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \;
+  find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
 
   ## Have application be a symlink to ${prefix}/bin/emacs
   if test "$app_symlink" == "yes"; then